home *** CD-ROM | disk | FTP | other *** search
/ Saar AMOK 2 / Saar AMOK II - Oktober 1994 (1994)(Kreativ Marketing)(DE)[!][I-7598].iso / disks / 651_700 / 693 / avm / avm1.19.lha / StandardConfig < prev    next >
Text File  |  1994-04-06  |  944b  |  28 lines

  1. ; This file gets executed by StartAVM or StartAVMAndGPFax
  2. ; It contains config information that you can use to change
  3. ;   the behavior of some of the AVM ARexx scripts or some of
  4. ;   the binaries.  See avm.doc to know what each of these things
  5. ;   is for.
  6.  
  7. echo "If you see errors here, edit AVM:StandardConfig"
  8. echo "to tell me where to find RXSET or SETENV"
  9.  
  10. setenv AVMTIMEDATEFORMAT "%I:%M %p %A"
  11. setenv AVMSCALEADJUST -1
  12. setenv AVMSERVERPRI 0
  13. setenv AVMSERVERMANPRI 0
  14. setenv AVMPLAYERPRI 0
  15. setenv AVMLOGFILE "ram:logger.save"
  16. setenv AVMSLOWCVSD NO
  17. setenv AVMADPCM2IFFPRI -5
  18. setenv AVMOLDZYXEL NO
  19.  
  20. sys:rexxc/rxset AVMIntroductionType TIMEOFDAY
  21. sys:rexxc/rxset AVMTimeFormat "%hours12 %minutes %pm"
  22. sys:rexxc/rxset AVMDateFormat "%month %day"
  23. sys:rexxc/rxset AVMSimpleAnsweringMachine YES
  24. sys:rexxc/rxset AVMDirectDDNumber YES
  25. sys:rexxc/rxset AVMAnswerPriority VOICE
  26. sys:rexxc/rxset AVMPlayWhileConverting NO
  27. sys:rexxc/rxset AVMPreConvert NO
  28.